run-time error
- 网络运行时错误;运行错误
-
This statement allows execution to continue despite a run-time error .
该语句允许即使发生了运行时错误时,仍继续执行。
-
Rolls back a transaction if a Transact-SQL statement raises a run-time error .
如果transact-sql语句产生运行时错误,则回滚事务。
-
Common Logical Error and Run-time error in C Language Teaching
C语言教学中常见的运行错误和逻辑错误
-
Macro or function that runs when a run-time error occurs in a form or report
当窗体或报表中发生运行时错误时所执行的宏或函数
-
If a write to an index beyond the bounds of an array is attempted , a run-time error will be generated .
如果试图超过数组界限写入,会产生一个运行时错误。
-
The flexible service processor ( FSP ) firmware provides diagnostics , initialization , configuration , run-time error detection , and correction .
服务处理器(FSP)固件提供诊断、初始化、配置、运行时错误检测和修正的功能。
-
The paper summarizes the logical error and run-time error that the compiler can not find , in order to help beginners better to master debugging skill and improve programming ability .
总结了编译器不能发现的常见运行错误和逻辑错误,以帮助初学者能较好的掌握程序调试技巧,提高编程能力。
-
Resume next specifies that when a run-time error occurs , control goes to the statement immediately following the statement where the error occurred , and execution continues from that point .
该语句指定当发生运行时错误时,控制由错误语句跳转到紧随发生错误语句之后的语句,并从该位置继续执行。
-
When a run-time error occurs , the program stops and an error message is displayedyou need to debug the error and fix it before the program can continue .
当出现运行时错误时,程序停止并显示错误信息。这时您需要调试并修复错误,然后程序才能继续运行。